home *** CD-ROM | disk | FTP | other *** search
-
-
-
- Quad C Library Procedures Quad
-
-
-
- _________________________________________________________________
-
- NNAAMMEE
- Quad_PutUns, Quad_UnsToDouble - Formatting and conversion
- for 64-bit integers
-
- SSYYNNOOPPSSIISS
- ##iinncclluuddee <<qquuaadd..hh>>
-
- void
- QQuuaadd__PPuuttUUnnss(_s_t_r_e_a_m, _u_Q_u_a_d)
-
- double
- QQuuaadd__UUnnssTTooDDoouubbllee(_u_Q_u_a_d)
-
- AARRGGUUMMEENNTTSS
- FILE *_s_t_r_e_a_m (in) I/O stream to write to.
-
- u_quad _u_Q_u_a_d (in) Unsigned 64-bit integer to
- operate on.
-
- _________________________________________________________________
-
-
- DDEESSCCRRIIPPTTIIOONN
- QQuuaadd__PPuuttUUnnss formats an unsigned quad value and writes it to
- the given _s_t_r_e_a_m. If the value is larger than a single
- integer, it is written as a floating point number.
- QQuuaadd__UUnnssTTooDDoouubbllee converts an unsigned quad to a C double.
-
-
- KKEEYYWWOORRDDSS
- quad, I/O, conversion
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sprite v.1.0 Printed: June 24, 1991 1
-
-
-
-